tree-wide: Replace archive-z2 with archive
authorColin Walters <walters@verbum.org>
Fri, 1 Sep 2017 20:15:33 +0000 (16:15 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 1 Sep 2017 20:54:12 +0000 (20:54 +0000)
commit88b25dc65c5e2392a732c157cf43fa3dfac5e191
treeed75877fd19b73fe4a1345033aff554917009858
parentf07432d4cefcea7fb8c602b9ab78e83236127d8f
tree-wide: Replace archive-z2 with archive

In almost all places. There are just a few exceptions; one tricky bit for
example is that the repo config must still have `mode=archive-z2`, since
`archive` used to mean something else. (We could very likely just get rid of
that check, but eh, later).

I also added a test that one can still do `ostree repo init --mode=archive-z2`.

Closes: #1125
Approved by: jlebon
57 files changed:
man/ostree-init.xml
man/ostree-pull.xml
man/ostree.repo-config.xml
src/libostree/ostree-core.c
src/libostree/ostree-repo-pull.c
src/libostree/ostree-repo-static-delta-processing.c
src/ostree/ot-builtin-commit.c
src/ostree/ot-builtin-init.c
tests/libostreetest.c
tests/test-admin-deploy-2.sh
tests/test-admin-deploy-bootid-gc.sh
tests/test-admin-deploy-clean.sh
tests/test-admin-deploy-etcmerge-cornercases.sh
tests/test-admin-deploy-grub2.sh
tests/test-admin-deploy-karg.sh
tests/test-admin-deploy-switch.sh
tests/test-admin-deploy-syslinux.sh
tests/test-admin-deploy-uboot.sh
tests/test-admin-instutil-set-kargs.sh
tests/test-admin-locking.sh
tests/test-admin-pull-deploy-commit.sh
tests/test-admin-pull-deploy-split.sh
tests/test-admin-upgrade-endoflife.sh
tests/test-admin-upgrade-not-backwards.sh
tests/test-admin-upgrade-unconfigured.sh
tests/test-archivez.sh
tests/test-basic-c.c
tests/test-commit-sign.sh
tests/test-delta.sh
tests/test-demo-buildsystem.sh
tests/test-export.sh
tests/test-gpg-signed-commit.sh
tests/test-local-pull-depth.sh
tests/test-local-pull.sh
tests/test-oldstyle-partial.sh
tests/test-parent.sh
tests/test-prune.sh
tests/test-pull-commit-only.sh
tests/test-pull-contenturl.sh
tests/test-pull-corruption.sh
tests/test-pull-depth.sh
tests/test-pull-large-metadata.sh
tests/test-pull-metalink.sh
tests/test-pull-mirror-summary.sh
tests/test-pull-mirrorlist.sh
tests/test-pull-override-url.sh
tests/test-pull-repeated.sh
tests/test-pull-resume.sh
tests/test-pull-subpath.sh
tests/test-pull-summary-sigs.sh
tests/test-refs.sh
tests/test-remote-cookies.sh
tests/test-remote-gpg-import.sh
tests/test-reset-nonlinear.sh
tests/test-summary-view.sh
tests/test-sysroot.js
tests/test-xattrs.sh